home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / TEXTFORM.### < prev    next >
Text File  |  1985-01-22  |  2KB  |  45 lines

  1. COMMAND:  TEXTFORM (Text Formatter)             DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Prints text files containing WordStar formatting commands.
  4.  
  5. FORMAT:   TEXTFORM [d:]filespec [[d:]filespec]
  6.  
  7. TYPE:     Public domain software (T. Jennings)
  8.  
  9. REMARKS:  The first filespec is the file to be printed and the second filespec,
  10.           if present, is an optional output file. The default output device is
  11.           the printer. If no files are specified, a help message is displayed.
  12.           The formatting commands available are:
  13.  
  14.           .pa            Causes printing to start at the top of the next page.
  15.  
  16.           .he <text>     Causes the specified text to be printed on the first
  17.                          line of all succeeding pages.
  18.  
  19.           .sh <text>     Causes the specified text to be printed on the second
  20.                          line of all succeeding pages.
  21.                          Two special characters can be used in headers and
  22.                          sub-headers: # is replaced by the current page number
  23.                          and % is replaced by the decimal value of .flag.
  24.  
  25.  
  26.           .mt <number>   Sets the top margin (default=5).
  27.  
  28.           .mb <number>   Sets the bottom margin (default=5).
  29.  
  30.           .pl <number>   Sets the number of lines per page (default=66).
  31.  
  32.           .lm <number>   Sets the left margin (default=8).
  33.  
  34.           .pn <number>   Sets the current page number.
  35.  
  36.           .flag <number> Sets the current value of the user flag. When
  37.                          the value of .flag is 0, all lines bracketted
  38.                          by .ifflag ... .endif are not printed. When
  39.                          .flag is non-zero, such braketted lines are
  40.                          printed normally (default=0).
  41.  
  42.           .ifflag        Begins a block of text to be conditionally printed.
  43.  
  44.           .endif         Ends a block of text to be conditionally printed.
  45.